Skip to main content
All docs
V25.1
  • CustomRecordDisplayTextEventArgs.DisplayText Property

    Gets or sets the text displayed in the processed cell.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public string DisplayText { get; set; }

    Property Value

    Type Description
    String

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

    See Also