Skip to main content
Tab

FileManagerDetailsColumn.VisibleIndex Property

Gets or sets the column’s position among the visible columns within ASPxFileManager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public virtual int VisibleIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the column’s position among the visible columns.

See Also