MindFusion.Scheduling for ASP.NET Programmer's Guide
HeaderStyle Members
Constructors Properties Methods Events
 


Specifies the appearance of calendar header elements.

The following tables list the members exposed by the HeaderStyle type.

 Public Constructors

  Name Description

HeaderStyle

Overloaded.  

 Public Properties

  Name Description

Font

Gets the font in header elements.

TextAlignment

Gets or sets the alignment of text in header elements.

TextColor

Gets or sets the color of the text in header elements.

TextMargins

Gets the text margins in header elements.

 Inherited Public Properties

  Name Description

Borders

Gets the border properties for the current Style object. (Inherited from Style.)

Brush

Gets or sets the brush that fills the interior. (Inherited from Style.)

IsTrackingViewState

Gets a value that indicates whether the Style object is saving changes to its view state. (Inherited from Style.)

 Public Methods

  Name Description

Clone

Creates an exact copy of the current HeaderStyle object.

GetProperties

Gets the properties of this HeaderStyle instance as IDictionary<string, object> list.

LoadViewState

Restores view-state information from an object that was previously saved by the SaveViewState method.

Reset

Removes any style elements written in the state bag.

SaveViewState

Saves any view-state changes that have occurred on the HeaderStyle object.

SetProperties

Copies the values for the properties of this HeaderStyle object from the specified IDictionary<string, object> object.

ShouldSerialize

Gets a value that indicates whether this HeaderStyle object has changed from its default state.

TrackViewState

Causes tracking of view-state changes to the current HeaderStyle object so they can be stored for later use.

 Inherited Public Methods

  Name Description

Clone

Creates an exact copy of the current Style object. (Inherited from Style.)

Equals

Determines whether the specified Style object is equivalent to the current one. (Inherited from Style.)

GetHashCode

Returns the hash code for this Style instance. (Inherited from Style.)

GetProperties

Gets the properties of this Style instance as IDictionary<string, object> list. (Inherited from Style.)

LoadViewState

Restores view-state information from an object that was previously saved by the SaveViewState method. (Inherited from Style.)

OnChanged

Raises the Changed event. (Inherited from Style.)

Reset

Removes any Style elements written in the state bag. (Inherited from Style.)

SaveViewState

Saves any view-state changes that have occurred on the Style object. (Inherited from Style.)

SetProperties

Gets the properties of this Style class as IDictionary<string, object> list. (Inherited from Style.)

ShouldSerialize

Gets a value that indicates whether this Style object has changed from its default state. (Inherited from Style.)

TrackViewState

Causes tracking of view-state changes to the current Style object so they can be stored for later use. (Inherited from Style.)

 Inherited Public Events

  Name Description

Changed

Raised when the Style changes. (Inherited from Style.)

 See Also

HeaderStyle Class
MindFusion.Scheduling Namespace