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

FileManagerDetailsColumn.VisibleIndex Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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