Click or drag to resize
StyleEllipseType Property
Gets or sets the type of ellipsis used when the text is longer than the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(EllipseType), "NoEllipse")]
public EllipseType EllipseType { get; set; }

Property Value

Type: EllipseType
The type of ellipsis to use.
See Also