Skip to main content

BaseLayoutItemOptionsToolTip() Constructor

Initializes a new instance of the BaseLayoutItemOptionsToolTip class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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