Click or drag to resize
KaxCalendarOutOfRangeDayStyle Property
Gets the style properties for the days on the Calendar control that are out of the valid range for selection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TableItemStyle OutOfRangeDayStyle { get; }

Property Value

Type: TableItemStyle
A TableItemStyle that contains the style properties for the days on the Calendar control that are out of the valid range for selection.
See Also