Skip to main content
All docs
V18.2

LayoutControlItem.ContextButtonOptions Property

Provides access to the settings applied to context buttons displayed in this layout item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Browsable(false)]
public LayoutContextItemCollectionOptions ContextButtonOptions { get; }

Property Value

Type Description
DevExpress.XtraLayout.LayoutContextItemCollectionOptions

An object that exposes settings applied to the context buttons.

Remarks

See LayoutControlItem.ContextButtons for details.

See Also