Search
CellSettings.RotateHeader Property
See Also
 






Gets or sets a value indicating whether to rotate header text when the header position is set to Left or Right.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State RotateHeader { get; set; }

Visual Basic  Copy Code

Public Property RotateHeader As State

 Property Value

Specify Enabled to rotate header text, otherwise Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also