Skip to main content
All docs
V25.1
  • CustomDataEventArgs.RowProperties Property

    Gets a row that contains a cell currently being processed.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public RowProperties RowProperties { get; }

    Property Value

    Type Description
    RowProperties

    A RowProperties object or its descendant that contains the processed cell.

    See Also