Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / EllipsisProperty Field


In This Topic
    EllipsisProperty Field
    In This Topic
    Identifies the Ellipsis dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly EllipsisProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcTextBox.EllipsisProperty
    public static readonly DependencyProperty EllipsisProperty

    Field Value

    The identifier for the Ellipsis dependency property.
    See Also