Gets the left fixed content width. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public Double FixedLeftContentWidth { get; }
|
VB |
Public ReadOnly Property FixedLeftContentWidth As Double
|
Property value
Type: Double
A System.Double value that is the left fixed content width in pixels.

Remarks

See Also