'Declaration Public Property EndDisplayMode As CalendarMode
'Usage Dim instance As GcDropDownCalendar Dim value As CalendarMode instance.EndDisplayMode = value value = instance.EndDisplayMode
public CalendarMode EndDisplayMode {get; set;}
'Declaration Public Property EndDisplayMode As CalendarMode
'Usage Dim instance As GcDropDownCalendar Dim value As CalendarMode instance.EndDisplayMode = value value = instance.EndDisplayMode
public CalendarMode EndDisplayMode {get; set;}
Exception | Description |
---|---|
System.ArgumentException | Occurs when value set to the EndDisplayMode property is undefined in the CalendarMode enumeration. |