Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DxGridModel.SizeMode Property

Specifies the size of grid elements (for instance, text size and row height) and other built-in grid components (for instance, pager and buttons).

Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

Assembly: DevExpress.ExpressApp.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public SizeMode? SizeMode { get; set; }

Property Value

Type Description
Nullable<SizeMode>

The size mode. If the property is not specified (the value is null), the size is determined by the SizeMode global option.

Available values:

Name Description
Small

Small size.

Medium

Medium size.

Large

Large size.

Remarks

This member is a wrapper for the DxGrid component’s DxGrid.SizeMode member. Refer to its description for more information.

See Also