ToolbarContentItemBase.Content Property
Gets or sets the custom content of the toolbar button. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public object Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The custom content. |
See Also