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


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

    Property Value

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