Skip to main content
A newer version of this page is available. .

DataViewBase.Header Property

Gets or sets the view’s header. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public object Header { get; set; }

Property Value

Type Description
Object

An object that is the view’s header.

Remarks

Use the Header property to specify the view’s header.

grid-header-screen

The header can be displayed or hidden depending on its position and GridControl’s state. The DataViewBase.HeaderPosition property defines the header position. The DataViewBase.HeaderHorizontalAlignment property defines the header’s horizontal alignment.

See Also