Back to Devexpress

TableView.FixedRightContentWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-538dab89.md

latest1.4 KB
Original Source

TableView.FixedRightContentWidth Property

Gets the right 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 FixedRightContentWidth { get; }
vb
Public ReadOnly Property FixedRightContentWidth As Double

Property Value

TypeDescription
Double

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

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

FixedLeftContentWidth

FixedLineWidth

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace