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

ColumnBase.EditFormCaption Property

Specifies the caption of the editor associated with the current column in the edit form. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public object EditFormCaption { get; set; }

Property Value

Type Description
Object

The editor caption.

Remarks

Use the EditFormCaption property to display a custom editor caption in the edit form. By default, the caption text from the column header is used.

See Also