Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / AllowDeleteToNullProperty Field


In This Topic
    AllowDeleteToNullProperty Field
    In This Topic
    Identifies the AllowDeleteToNull dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly AllowDeleteToNullProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcNumber.AllowDeleteToNullProperty
    public static readonly DependencyProperty AllowDeleteToNullProperty

    Field Value

    The identifier for the AllowDeleteToNull dependency property.
    See Also