Skip to main content
All docs
V25.1
  • ITreeListDataColumn.EditSettings Property

    Allows you to customize the editor associated with this column.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment EditSettings { get; set; }

    Property Value

    Type Description
    RenderFragment

    Cell editor settings.

    Remarks

    Refer to the EditSettings property description for more information and an example.

    See Also