Back to Devexpress

CustomRecordDisplayTextEventArgs.DisplayText Property

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

latest1.4 KB
Original Source

CustomRecordDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed in the processed cell.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public string DisplayText { get; set; }
vb
Public Property DisplayText As String

Property Value

TypeDescription
String

A string value that specifies the text displayed in the precessed cell.

|

See Also

CustomRecordDisplayTextEventArgs Class

CustomRecordDisplayTextEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace