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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

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