Skip to main content
Tab

FileManagerDetailsColumn.Visible Property

Gets or sets a value specifying the visilibity of the column in the file manager details view mode

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if the column is visible; otherwise false.

See Also