Skip to main content

ColumnBase.AllowFocus Property

Gets or sets whether the column cells can be focused. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowFocus { get; set; }

Property Value

Type Description
Boolean

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

See Also