Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / IsTodayHighlightedProperty Field


In This Topic
    IsTodayHighlightedProperty Field (GcDateTime)
    In This Topic
    Identifies the IsTodayHighlighted dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsTodayHighlightedProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDateTime.IsTodayHighlightedProperty
    public static readonly DependencyProperty IsTodayHighlightedProperty

    Field Value

    The identifier for the IsTodayHighlighted dependency property.
    See Also