Skip to main content

IGridCommandColumn.DeleteButtonVisible Property

Specifies whether the command column displays the Delete buttons.

Namespace: DevExpress.Blazor

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

Declaration

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

Property Value

Type Default Description
Boolean true

true to display the Delete buttons; otherwise, false.

Remarks

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

See Also