| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property EllipsisWidth As Integer | |
| C# | |
|---|---|
public virtual int EllipsisWidth {get; set;} | |
Property Value
IntegerWhen this property is set to a value greater than 0, the control will ignore its actual width and will use this value to determine if ellipsis should be appended to the end of the text.
This property is only valid if AutoEllipsis is set to True.