Back to Devexpress

DxLayoutBreakpoint Members

blazor-devexpress-dot-blazor-dot-dxlayoutbreakpoint-dot-underscore-members.md

latest3.7 KB
Original Source

DxLayoutBreakpoint Members

A component that allows you to adapt page layout to different window sizes.

Constructors

NameDescription
DxLayoutBreakpoint()Initializes a new instance of the DxLayoutBreakpoint class.

Properties

NameDescription
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
DeviceSizeSpecifies the device screen size when the breakpoint is activated.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
IsActiveAllows you to bind the breakpoint to a data source field. When the breakpoint is activated, the data field equals true.
MaxWidthSpecifies the maximum width of a device screen when the breakpoint is activated.
MinWidthSpecifies the minimum width of a device screen when the breakpoint is activated.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
IsActiveChangedFires when the breakpoint’s state changes.

See Also

DxLayoutBreakpoint Class

DevExpress.Blazor Namespace