Xceed DataGrid for Silverlight Documentation
HeaderFooterTypes Enumeration
Members 


Value representing the headers and footers that are displayed, by default, in the header and footers sections of a grid.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum HeaderFooterTypes 
   Inherits System.Enum
'Usage
 
Dim instance As HeaderFooterTypes
[FlagsAttribute()]
public enum HeaderFooterTypes : System.Enum 
Members
MemberDescription
AllA ColumnManagerRow, FilterRow, GroupByControl and InsertionRow will be displayed in the headers of a grid and a NotificationControl will be displayed in the footers.
ColumnManagerRowOnly a ColumnManagerRow is displayed in the headers.
FilterRowOnly a FilterRow is displayed in the headers.
GroupByControlOnly a GroupByControl is displayed in the headers.
InsertionRowOnly an InsertionRow is displayed in the headers.
NoneNo default headers or footers are displayed.
NotificationControlOnly a NotificationControl is displayed in the footers.
Remarks

Regardless of how the values are specified, the elements will be added in the following order:

  1. GroupByControl
  2. ColumnManagerRow
  3. FilterRow
  4. InsertionRow

The NotificationControl will always be added to the footer section.

When the UseDefaultHeadersFooters property is set to false, all default items contained in the header and footer sections will be removed. This includes the ColumnManagerRow, whose cells are used as column headers (see ColumnManagerCell class) and through which the items in a grid can be sorted, reordered, grouped, etc.

Elements that are explicitly defined in the FixedHeaders or FixedFooters section of a grid will be added after the default headers and footers.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Silverlight.DataGrid.HeaderFooterTypes

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback