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


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

    Field Value

    The identifier for the IsToday dependency property.
    See Also