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

FileManagerToolbarSpacer.Width Property

Gets or sets the width value of the file manager toolbar‘s spacer

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit "100%"

An Unit structure specifying the spacer width.

See Also