Skip to main content
All docs
V23.2

QueryIsSearchColumnEventArgs.Caption Property

Gets the processed column’s caption.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual string Caption { get; }

Property Value

Type Description
String

A value that specifies a caption.

See Also