Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarDayButton Class / IsInactiveProperty Field


In This Topic
    IsInactiveProperty Field (CalendarDayButton)
    In This Topic
    Identifies the IsInactive DependencyProperty.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsInactiveProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = CalendarDayButton.IsInactiveProperty
    public static readonly DependencyProperty IsInactiveProperty

    Field Value

    The identifier for the IsInactive dependency property.
    See Also