Back to Devexpress

ColumnBase.EditFormColumnSpan Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-227130a0.md

latest1.7 KB
Original Source

ColumnBase.EditFormColumnSpan Property

Gets or sets the number of inline edit form columns 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? EditFormColumnSpan { get; set; }
vb
Public Property EditFormColumnSpan As Integer?

Property Value

TypeDescription
Nullable<Int32>

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

|

Remarks

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

See Also

EditFormRowSpan

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace