TableView.FixedNoneVisibleColumns Property
In This Article
Returns the list of visible columns that are not fixed within a View. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Grid |
The list of visible columns that are not fixed within a View. |
#Remarks
To learn more, see Fixed Columns.
See Also