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