ASP.NET Pack Programmer's Guide
ListViewHeaderStyles Enumeration
See Also
 





Specifies the appearance and behavior of the header in a List view. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum ListViewHeaderStyles

Visual Basic  Copy Code

Public Enum ListViewHeaderStyles

 Members

  Member name Description

None

Do not display a header.

Title

Display the cells' dates in the header.

Unspecified

Unspecified.

 See Also

MindFusion.Scheduling.WebForms Namespace