Skip to main content
.NET 6.0+

TreeListEditor.FocusedObject Property

Gets or sets the focused object in the TreeListEditor.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public override object FocusedObject { get; set; }

Property Value

Type Description
Object

The focused object.

Remarks

Use this property to access the focused object. To perform the required actions when this property’s value is changed, handle the following events:

See Also