IGrid.DetailExpandButtonDisplayMode Property
Specifies when to display master-detail expand buttons.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(GridDetailExpandButtonDisplayMode.Auto)]
GridDetailExpandButtonDisplayMode DetailExpandButtonDisplayMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| GridDetailExpandButtonDisplayMode | Auto | A GridDetailExpandButtonDisplayMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| Auto | Expand buttons are displayed when the DetailRowTemplate is specified. |
| Never | Expand buttons are always hidden. |
Remarks
Refer to the DetailExpandButtonDisplayMode property description for more information and an example.
See Also