Name | Description | |
---|---|---|
NScheduleHeader Constructor | Default constructor. |
The following tables list the members exposed by NScheduleHeader.
Name | Description | |
---|---|---|
NScheduleHeader Constructor | Default constructor. |
Name | Description | |
---|---|---|
DateFormatProperty | Reference to the DateFormat property. | |
DateRangeFormatProperty | Reference to the DateRangeFormat property. | |
LabelPaddingProperty | Reference to the LabelPadding property. | |
NScheduleHeaderSchema | Schema associated with NScheduleHeader. | |
StrokeProperty | Reference to the Stroke property. |
Name | Description | |
---|---|---|
DateFormat | Gets/Sets the format of dates. Used in day, week and timeline view. By default set to "dd dddd", which produces texts like "04 Monday". | |
DateRangeFormat | Gets/Sets the format of date ranges. Used in month view. By default set to "{0:dd MMM} - {1:dd MMM}", which produces texts like "01 Jan - 07 Jan". | |
LabelPadding | Gets/Sets the padding to apply to each label of the schedule header. | |
Stroke | Gets/Sets the stroke to use for the borders of the header labels. |
Name | Description | |
---|---|---|
GetDateRangeString | Gets the string representation of the given date range. | |
GetDateString | Gets the string representation of the given date. | |
MeasureContent | Overridden. Measures the width or the height of the header depending on its orientation. | |
OnPrePaint | Overridden. Paints the schedule view header. | |
RequestTooltip | Overridden. Overriden to show a tooltip for clipped labels. |