Back to Devexpress

CustomRecordDisplayTextEventArgs.Properties Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customrecorddisplaytexteventargs-e4ac204e.md

latest1.4 KB
Original Source

CustomRecordDisplayTextEventArgs.Properties Property

Gets the processed row’s properties.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RowProperties Properties { get; }
vb
Public ReadOnly Property Properties As RowProperties

Property Value

TypeDescription
RowProperties

An object that contains the row’s properties.

|

See Also

CustomRecordDisplayTextEventArgs Class

CustomRecordDisplayTextEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace