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

FileManagerDetailsColumn.MaxWidth Property

Gets or sets a value that specifies the column’s maximum width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int MaxWidth { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that is the column’s maximum width.

See Also