Skip to main content
Tab

FileManagerFileProperties.Length Property

Gets or sets the file‘s length in bytes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public long? Length { get; set; }

#Property Value

Type Description
Nullable<Int64>

A Nullable<T><Int64,> value specifying the file’s length, in bytes.

See Also