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

FileManagerFileStyle.Width Property

Gets or sets a width of the file’s hover area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit "100px"

A Unit value representing the width of the file area.

See Also