Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / DropDownCalendarStyle Property


In This Topic
    DropDownCalendarStyle Property
    In This Topic
    Gets or sets a System.Windows.Style which is used to render the drop down calendar. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property DropDownCalendarStyle As Style
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Style
     
    instance.DropDownCalendarStyle = value
     
    value = instance.DropDownCalendarStyle
    [Bindable(true)]
    public Style DropDownCalendarStyle {get; set;}

    Property Value

    A System.Windows.Style that applied to dropdown calendar.
    See Also