Skip to main content

TableViewCommands.BestFitColumn Property

Resizes the column to the minimum width required to display the column's contents completely.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public ICommand BestFitColumn { get; }

#Property Value

Type Description
ICommand

A command implementing ICommand.

#Remarks

Corresponding Method: TableView.BestFitColumn.

See Also