Skip to main content

TreeListViewCommands.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 RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

#Remarks

Corresponding Method: TreeListView.BestFitColumn.

See Also