Back to Devexpress

BaseOptionsView.ShowFocusedFrame Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionsview-d2ad3f23.md

latest1.7 KB
Original Source

BaseOptionsView.ShowFocusedFrame Property

Gets or sets whether a focus frame is displayed around the focused cell.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty]
public virtual bool ShowFocusedFrame { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property ShowFocusedFrame As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display a focus frame around the focused cell; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFocusedFrame
VGridControlBase

.OptionsView .ShowFocusedFrame

|

See Also

BaseOptionsView Class

BaseOptionsView Members

DevExpress.XtraVerticalGrid Namespace