Specifies the appearance and behavior of the header in a List view. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public enum ListViewHeaderStyles |
Visual Basic |
---|
Public Enumeration ListViewHeaderStyles |
Member name | Description | |
---|---|---|
![]() |
None |
Do not display a header. |
![]() |
Subheader |
Draw a sub-header below the main header. The subheader can be customized through the SubHeaderSize, SubTitleFormat and SubHeaderDivisions properties of the ListViewSettings class. |
![]() |
SubheaderPerCell |
Draw the header background for each cell separately, rather than for the whole interval. |
![]() |
Title |
Display the cells' dates in the header. |
![]() |
Unspecified |
Unspecified. |