Skip to main content
A newer version of this page is available. .

DxLayoutBreakpoint Properties

A layout breakpoint.
Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
DeviceSize Specifies the device screen size when the breakpoint is activated.
Id For internal use only. 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