[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.EllipsisString

EllipsisString Property

EllipsisString

Gets or sets what is shown as ellipsis when width of text is longer than control. This is a dependency property.

Declaration
public string EllipsisString { get; set; }
Public Property EllipsisString As String
Property Value
Type Description
string

A string value indicates the string used as ellipsis.
The default is (...).

Remarks

This property specifies the string that used when Ellipsis is set to GrapeCity.Windows.InputMan.EllipsisMode.EllipsisEnd or GrapeCity.Windows.InputMan.EllipsisMode.EllipsisPath.