IWebGridColumn.Visible Property
Gets or sets a value that specifies whether the column is visible.
Namespace: DevExpress.Web.Internal
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If the column is visible, its position among the visible columns is specified by the IWebGridColumn.VisibleIndex property.
See Also