Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / AllowSelection Property


In This Topic
    AllowSelection Property
    In This Topic
    Gets or sets the days for the day type allowed to select. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property AllowSelection As AllowSelection
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As AllowSelection
     
    instance.AllowSelection = value
     
    value = instance.AllowSelection
    public AllowSelection AllowSelection {get; set;}

    Property Value

    An GrapeCity.Windows.InputMan.AllowSelection enumeration value indicates what type of day is allowed to select.
    Exceptions
    ExceptionDescription
    Occurs when value set to the AllowSelection property is undefined in the GrapeCity.Windows.InputMan.AllowSelection enumeration.
    Remarks
    See Also