Skip to main content

TableView.LayoutCalculatorFactory Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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