Skip to main content
All docs
V23.2

CustomizationFormSearchEventArgs.Caption Property

Gets the caption of the processed row or category.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public string Caption { get; }

Property Value

Type Description
String

The caption of the processed row or category.

See Also