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

FileManagerFolderContainerStyle.Width Property

Gets or sets the folder container‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the folder container’s width.

See Also