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


In This Topic
    IsBlackedOutProperty Field
    In This Topic
    Identifies the IsBlackedOut DependencyProperty.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsBlackedOutProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = CalendarDayButton.IsBlackedOutProperty
    public static readonly DependencyProperty IsBlackedOutProperty

    Field Value

    The identifier for the IsBlackedOut dependency property.
    See Also