Back to Devexpress

IModelToolTipOptions Interface

expressappframework-devexpress-dot-expressapp-dot-model-5ad9a5e1.md

latest1.9 KB
Original Source

IModelToolTipOptions Interface

Used to extend the IModelCommonMemberViewItem, IModelNavigationItem, IModelLayoutGroup and IModelLayoutItem Application Model nodes with the IModelToolTipOptions.ToolTipTitle and ToolTipAttribute.ToolTipIconType properties.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelToolTipOptions
vb
Public Interface IModelToolTipOptions

Remarks

For details, refer to the ToolTip attribute description.

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelToolTipOptions Members

DevExpress.ExpressApp.Model Namespace