Back to Devexpress

CustomizationFormSearchEventArgs.Caption Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customizationformsearcheventargs.md

latest1.3 KB
Original Source

CustomizationFormSearchEventArgs.Caption Property

Gets the caption of the processed row or category.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
String

The caption of the processed row or category.

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace