HeaderControl Attached Properties
A base class for the date and resource headers.Name | Description |
---|---|
Orientation static | Gets or sets the header’s orientation. This property is in effect if the HeaderControl.ContentOrientation property is not set (or set to Default). This is a dependency property. |
ShowBottomBorder static | Gets or sets whether the header’s bottom border is visible. |
ShowLeftBorder static | Gets or sets whether the header’s left border is visible. |
ShowRightBorder static | Gets or sets whether the header’s right border is visible. |
ShowTopBorder static | Gets or sets whether the header’s top border is visible. |
See Also