Skip to main content
A newer version of this page is available. .
All docs
V21.1

CustomRecordDisplayTextEventArgs.Properties Property

Gets the processed row’s properties.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v21.1.dll

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

Declaration

public RowProperties Properties { get; }

Property Value

Type Description
RowProperties

An object that contains the row’s properties.

See Also