Back to Devexpress

IGrid.DetailExpandButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-igrid-d979928f.md

latest1.4 KB
Original Source

IGrid.DetailExpandButtonDisplayMode Property

Specifies when to display master-detail expand buttons.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridDetailExpandButtonDisplayMode.Auto)]
GridDetailExpandButtonDisplayMode DetailExpandButtonDisplayMode { get; set; }

Property Value

TypeDefaultDescription
GridDetailExpandButtonDisplayModeAuto

A GridDetailExpandButtonDisplayMode enumeration value.

|

Available values:

NameDescription
Auto

Expand buttons are displayed when the DetailRowTemplate is specified.

| | Never |

Expand buttons are always hidden.

|

Remarks

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

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace