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


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

    Field Value

    The identifier for the IsSelected dependency property.
    See Also