Back to Devexpress

GridBreakpointSettings Class

aspnet-devexpress-dot-web-c93eb95b.md

latest1.6 KB
Original Source

GridBreakpointSettings Class

Contains settings that relate to a control’s adaptive grid layout.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridBreakpointSettings :
    PropertiesBase,
    IDesignTimePropertiesOwner
vb
Public Class GridBreakpointSettings
    Inherits PropertiesBase
    Implements IDesignTimePropertiesOwner

The following members return GridBreakpointSettings objects:

Remarks

These settings can be accessed by the FormLayoutAdaptivitySettings.GridSettings and LayoutGroup.GridSettings properties.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase GridBreakpointSettings

See Also

GridBreakpointSettings Members

DevExpress.Web Namespace