DXPopupActionSheet.ActionButtons Property
Gets the collection of action buttons.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public DXObservableCollection<DXPopupActionButton> ActionButtons { get; }
Property Value
Type | Description |
---|---|
DXObservableCollection<DXPopupActionButton> | The collection of action buttons. |
See Also