TableView.LayoutCalculatorFactory Property
In This Article
Gets or sets a custom Layout Calculator. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
[Browsable(false)]
public GridTableViewLayoutCalculatorFactory LayoutCalculatorFactory { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An object that implements the DevExpress. |
See Also