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

PropertyDefinitionBase.Header Property

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

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public string Header { get; set; }

Property Value

Type Description
String

An object that represents the header’s caption.

Remarks

If the Header property isn’t specified, the header’s caption is specified by the name of the property in the underlying source collection (i.e., the value of the PropertyDefinitionBase.Path property).

See Also