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


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

    Field Value

    The identifier for the IsHighlighted dependency property.
    See Also