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


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

    Field Value

    The identifier for the DisabledForeground dependency property.
    See Also