Skip to main content
Tab

SplitterPane.AutoWidth Property

Gets or sets a value specifying whether a pane automatically adjusts its width to inner content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AutoWidth { get; set; }

Property Value

Type Default Description
Boolean false

true to allow a pane adjust its size; otherwise, false

Remarks

Set the AutoWidth property to true to allow a horizontal pane to automatically adjust its width to inner content. In this case, the SplitterPane.Size property and ASPxClientSplitterPane.SetSize method are not in effect.

If the AutoWidth property is set to false the content is cut according to the pane size.

Note

The AutoWidth property is not in effect if the SplitterPane.ContentUrl property is specified.

See Also