Skip to main content
All docs
V25.1
  • XtraMessageBoxArgs.DoNotShowAgainCheckBoxText Property

    Gets or sets the text displayed next to the “Do not show this message againcheckbox.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public string DoNotShowAgainCheckBoxText { get; set; }

    Property Value

    Type Description
    String

    The text displayed next to the “Do not show this message againcheckbox.

    Remarks

    DoNotShowAgainCheckBoxText

    See Also