Skip to main content
Tab

FileManagerToolbarSpacer.Width Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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