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