Skip to main content
All docs
V25.1
  • DXPopupOptionInfo(String, Boolean) Constructor

    Initializes a new instance of the DXPopupOptionInfo class with specified settings.

    Namespace: DevExpress.Maui.Mvvm

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    Declaration

    public DXPopupOptionInfo(
        string text,
        bool isChecked = false
    )

    Parameters

    Name Type Description
    text String

    The caption of the option button.

    Optional Parameters

    Name Type Default Description
    isChecked Boolean False

    true if the option button is checked; otherwise, false.

    See Also