WebColumnBase.Visible Property
Gets or sets a value that specifies whether the column is visible.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(true)]
public bool Visible { get; set; }
<DefaultValue(True)>
Public Property Visible As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to show the column; otherwise, false. |
Remarks
If the column is visible, its position among the visible columns is specified by the WebColumnBase.VisibleIndex property.
See Also
Feedback