Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxLayoutBreakpoint Properties
Show Inherited Hide Inherited

A component that allows you to adapt page layout to different window sizes.
Name Description
CssClass Assigns a CSS class to the component. Inherited from DxComponent.
DeviceSize Specifies the device screen size when the breakpoint is activated.
Id Specifies the component’s unique identifier. Inherited from DxComponent.
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