Back to Devexpress

CustomizationFormSearchEventArgs.Caption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customizationformsearcheventargs-3b0db4d5.md

latest1.3 KB
Original Source

CustomizationFormSearchEventArgs.Caption Property

Gets the caption of the currently processed column or band.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public string Caption { get; }
vb
Public ReadOnly Property Caption As String

Property Value

TypeDescription
String

The caption of the currently processed column or band.

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace