Skip to main content
Tab

FileManagerFileStyle.Width Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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