ColumnBase.AllowFocus Property
In This Article
Gets or sets whether the column cells can be focused. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "ReInitializeCurrentColumnIfNeeded")]
public bool AllowFocus { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to allow the column cells to be focused; otherwise, false. |
See Also