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

BaseLayoutItemOptionsToolTip() Constructor

Initializes a new instance of the BaseLayoutItemOptionsToolTip class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public BaseLayoutItemOptionsToolTip()

Remarks

This constructor is automatically called to initialize the BaseLayoutItem.OptionsToolTip property. Typically there is no need to use this constructor directly from your code.

See Also