Skip to main content
All docs
V26.1
  • IGrid.DetailExpandButtonDisplayMode Property

    Specifies when to display master-detail expand buttons.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.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 additional information and an example.

    See Also