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


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

    Field Value

    The identifier for the IsReadOnly dependency property.
    See Also