Back to Devexpress

TreeListOptionsView.ShowFocusedFrame Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-2b72a1dd.md

latest1.9 KB
Original Source

TreeListOptionsView.ShowFocusedFrame Property

OBSOLETE

Use the FocusRectStyle property instead

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the FocusRectStyle property instead")]
public virtual bool ShowFocusedFrame { get; set; }
vb
<Obsolete("Use the FocusRectStyle property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ShowFocusedFrame As Boolean

Property Value

TypeDescription
Boolean

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
TreeList

.OptionsView .ShowFocusedFrame

|

See Also

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace