KaxCalendarOtherMonthDayStyle Property |
Gets the style properties for the days on the Calendar control that are not in the displayed month.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TableItemStyle OtherMonthDayStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property OtherMonthDayStyle As TableItemStyle
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property TableItemStyle^ OtherMonthDayStyle {
TableItemStyle^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member OtherMonthDayStyle : TableItemStyle with get
Property Value
Type:
TableItemStyle
A TableItemStyle that contains the style properties for the days on the Calendar control that are not in the displayed month.
See Also