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

TileView.CanGroupColumn(GridColumn) Method

Checks whether or not the current TileView can be grouped against a specific GridColumn.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public override bool CanGroupColumn(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn to be checked.

Returns

Type Description
Boolean

Always true.

See Also