TreeList.OptionsMenu Property
In This Article
Provides access to the Tree List’s menu options.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsMenu OptionsMenu { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The object returned provides a set of Boolean properties specifying the availability of the context menus to end-users.
See Also