Back to Devexpress

ColumnBase.AllowFocus Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-8a70dec6.md

latest1.1 KB
Original Source

ColumnBase.AllowFocus Property

Gets or sets whether the column can be focused. 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 bool AllowFocus { get; set; }
vb
Public Property AllowFocus As Boolean

Property Value

TypeDescription
Boolean

true to allow the column to be focused; otherwise, false.

|

Remarks

If the column’s AllowFocus property is set to false , its values cannot be edited.

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace