Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / IsCompletedProperty Field


In This Topic
    IsCompletedProperty Field (FieldsEditorControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsCompletedProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = FieldsEditorControl.IsCompletedProperty
    public static readonly DependencyProperty IsCompletedProperty

    Field Value

    The identifier for the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.IsCompleted dependency property.
    See Also