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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Nullable<SizeMode> | The size mode. If the property is not specified (the value is |
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