DxLayoutBreakpoint Properties
A component that allows you to adapt page layout to different window sizes.Name | Description |
---|---|
CssClass | Assign a CSS class to the component. Inherited from DxComponentBase. |
DeviceSize | Specifies the device screen size when the breakpoint is activated. |
Id | Specifies the component’s unique identifier. Inherited from DxComponentBase. |
IsActive |
Allows you to bind the breakpoint to a data source field. When the breakpoint is activated, the data field equals true .
|
MaxWidth | Specifies the maximum width of a device screen when the breakpoint is activated. |
MinWidth | Specifies the minimum width of a device screen when the breakpoint is activated. |
See Also