Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / IsFull Property


In This Topic
    IsFull Property (FieldsEditorControl)
    In This Topic
    Gets whether the editor have been input fully. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFull As Boolean
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As Boolean
     
    value = instance.IsFull
    public bool IsFull {get;}

    Property Value

    true indicate the editor have been input full, otherwise, false.
    See Also