LayoutViewOptionsView.FocusRectStyle Property
Gets or sets how the focus rectangle is painted around fields.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(FocusRectStyle.Default)]
[XtraSerializableProperty]
public virtual FocusRectStyle FocusRectStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraGrid.Views.Layout.FocusRectStyle | Default | A DevExpress.XtraGrid.Views.Layout.FocusRectStyle enumeration that specifies the focus rectangle display mode. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FocusRectStyle |
---|---|
LayoutView |
|
Remarks
If the FocusRectStyle option is set to None, no focus rectangle is painted around a cell when it gets focused.
See Also