Skip to main content
A newer version of this page is available. .

TreeList.OptionsMenu Property

Provides access to the Tree List’s menu options.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsMenu OptionsMenu { get; }

Property Value

Type Description
TreeListOptionsMenu

A TreeListOptionsMenu object which provides the Tree List’s menu options.

Remarks

The object returned provides a set of Boolean properties specifying the availability of the context menus to end-users.

See Also