ToolTipControllerShowEventArgs.AppearanceTitle Property
This member is not supported.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public AppearanceObject AppearanceTitle { get; }
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object which provides the appearance settings used to paint the tooltip’s title. |
See Also