Back to Devexpress

TreeListView.FixedLeftContentWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-e2a8289c.md

latest1.4 KB
Original Source

TreeListView.FixedLeftContentWidth Property

Gets the left fixed content width. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double FixedLeftContentWidth { get; }
vb
Public ReadOnly Property FixedLeftContentWidth As Double

Property Value

TypeDescription
Double

A Double value that is the left fixed content width in pixels.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

FixedRightContentWidth

FixedLineWidth

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace