Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarButton Class / IsHighlighted Property


In This Topic
    IsHighlighted Property (CalendarButton)
    In This Topic
    Gets a value indicating whether this button is highlighted. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHighlighted As Boolean
    'Usage
     
    Dim instance As CalendarButton
    Dim value As Boolean
     
    value = instance.IsHighlighted
    public bool IsHighlighted {get;}

    Property Value

    true if the button is highlighted; otherwise, false.
    See Also