KaxCalendarUseColumnHeadersAsSelectors Property |
When the
ShowColumnHeaders
and/or
ShowRowHeaders
properties are set to true, the
UseColumnHeadersAsSelectors property specifies
whether to use the days of the week, which overrides the used text/image header if
any.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool UseColumnHeadersAsSelectors { get; set; }
Public Overridable Property UseColumnHeadersAsSelectors As Boolean
Get
Set
public:
virtual property bool UseColumnHeadersAsSelectors {
bool get ();
void set (bool value);
}
abstract UseColumnHeadersAsSelectors : bool with get, set
override UseColumnHeadersAsSelectors : bool with get, set
Property Value
Type:
Boolean
See Also