DXPopupOptionButton.Text Property
Gets or sets the caption of the option button. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String | The caption of the option button. |
See Also