Back to Devexpress

TableView.LayoutCalculatorFactory Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-9a4df9d5.md

latest1.2 KB
Original Source

TableView.LayoutCalculatorFactory Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public GridTableViewLayoutCalculatorFactory LayoutCalculatorFactory { get; set; }
vb
<Browsable(False)>
Public Property LayoutCalculatorFactory As GridTableViewLayoutCalculatorFactory

Property Value

TypeDescription
DevExpress.Xpf.Grid.GridTableViewLayoutCalculatorFactory

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

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace