Table of Contents

Property TitleAsObject

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TitleAsObject

Gets or sets the title of the control as object. There is also Title property.

[Browsable(false)]
public virtual object? TitleAsObject { get; set; }

Property Value

object

The title of the control.

Remarks

It's up to control and its parent to decide on how this property will be used. For example if control is a child of the TabControl, Title is displayed as a tab text.