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

LayoutGroup.GridSettings Property

Gets the settings related to the Form Layout’s adaptive grid layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual GridBreakpointSettings GridSettings { get; }

Property Value

Type Description
GridBreakpointSettings

A GridBreakpointSettings object that contains pager settings.

See Also