SimpleButton.Content Property
In This Article
Gets or sets the custom content of the button.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public View Content { get; set; }
#Property Value
Type | Description |
---|---|
View | A Xamarin View object. |
See Also