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

TableView.LayoutCalculatorFactory Property

Gets or sets a custom Layout Calculator. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Browsable(false)]
public GridTableViewLayoutCalculatorFactory LayoutCalculatorFactory { get; set; }

Property Value

Type Description
DevExpress.Xpf.Grid.GridTableViewLayoutCalculatorFactory

An object that implements the DevExpress.Xpf.Grid.GridTableViewLayoutCalculatorFactory interface.

See Also