Skip to main content
All docs
V26.1
  • DxPivotGridListEditor.RequiredProperties Property

    Returns an array of descriptors for the properties considered bindable by the DxPivotGridListEditor‘s Collection Source.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    public override string[] RequiredProperties { get; }

    Property Value

    Type Description
    String[]

    An array of descriptors for the properties considered bindable by the [List Editor}(xref:113189)’s Collection Source.

    See Also