Back to Devexpress

ColumnBase.EditFormRowSpan Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-40915bc6.md

latest1.7 KB
Original Source

ColumnBase.EditFormRowSpan Property

Gets or sets the number of inline edit form rows that the current column’s editor spans. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int? EditFormRowSpan { get; set; }
vb
Public Property EditFormRowSpan As Integer?

Property Value

TypeDescription
Nullable<Int32>

An integer value that specifies the number of inline edit form rows that the current column’s editor spans.

|

Remarks

Use the EditFormRowSpan property to control the number of inline edit form rows that the current column’s editor spans.

See Also

EditFormColumnSpan

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace