Back to Devexpress

TableView.FixRowButtonWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-fb786276.md

latest1.3 KB
Original Source

TableView.FixRowButtonWidth Property

Gets or sets the width of the fix row buttons column.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double FixRowButtonWidth { get; set; }
vb
Public Property FixRowButtonWidth As Double

Property Value

TypeDescription
Double

A Double value that is the width of the fix row buttons column.

|

Remarks

Use the FixRowButtonWidth property to specify the required width of the fix row buttons.

See Also

Fixed Rows

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace