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

GridBreakpointSettings.StretchLastItem Property

Specifies whether the Form Layout group’s last element should be stretched to occupy all the available space.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean StretchLastItem { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

One of the DefaultBoolean enumerator values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Show 13 property paths
Library Object Type Path to StretchLastItem
ASP.NET Controls and MVC Extensions CardViewLayoutGroup
.GridSettings.StretchLastItem
FormLayoutAdaptivitySettings
.GridSettings.StretchLastItem
GridLayoutGroup
.GridSettings.StretchLastItem
GridViewLayoutGroup
.GridSettings.StretchLastItem
LayoutGroup
.GridSettings.StretchLastItem
MVCxCardViewLayoutGroup
.GridSettings.StretchLastItem
MVCxFormLayoutGroup
.GridSettings.StretchLastItem
MVCxFormLayoutGroup<ModelType>
.GridSettings.StretchLastItem
MVCxGridViewLayoutGroup
.GridSettings.StretchLastItem
MVCxGridViewLayoutGroup<ModelType>
.GridSettings.StretchLastItem
ASP.NET Bootstrap Controls BootstrapCardViewLayoutGroup
.GridSettings.StretchLastItem
BootstrapGridViewLayoutGroup
.GridSettings.StretchLastItem
BootstrapLayoutGroup
.GridSettings.StretchLastItem
See Also