Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / IsReadOnlyProperty Field


In This Topic
    IsReadOnlyProperty Field (GcComboBox)
    In This Topic
    Identifies the IsReadOnly dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsReadOnlyProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.IsReadOnlyProperty
    public static readonly DependencyProperty IsReadOnlyProperty

    Field Value

    The identifier for the IsReadOnly dependency property.
    See Also