Skip to main content
All docs
V26.1
  • ITreeListCommandColumn.EditButtonVisible Property

    Specifies whether the command column displays Edit buttons.

    Namespace: DevExpress.Blazor

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

    Declaration

    [DefaultValue(true)]
    bool EditButtonVisible { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to display Edit buttons; otherwise, false.

    Remarks

    Refer to the EditButtonVisible property description for additional information and an example.

    See Also