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

FileManagerItem.Length Property

Gets or sets the file‘s length in bytes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public long Length { get; }

Property Value

Type Description
Int64

An Int64 value specifying the file’s length, in bytes.

Remarks

Use the Length property to get the length of a file. For a folder, the Length property returns zero (0).

See Also