MonthCalendar.MaxSelCount Property (Typed) | |
The maximum number of days that can be selected in the MonthCalendar control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MaxSelCount AS LONG GET SET
public virtual int MaxSelCount { get; set; }
Request Example
View SourceProperty Value
Type:
LongThe maximum number of days that can be selected in the MonthCalendar control.
Remarks
The maximum number of days that can be selected in the MonthCalendar control.
Tip |
---|
This property is only valid for MonthCalendar controls that have the MultiSelect style (MCS_MULTISELECT) turned on. |
See Also