Skip to main content
All docs
V25.1
  • XtraForm.ShowIcon Property

    Gets or sets whether the XtraForm shows its icon.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public bool ShowIcon { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if the XtraForm shows its icon; otherwise, false.

    Remarks

    Set myXtraForm.ShowIcon = false to hide an XtraForm‘s icon.

    ShowIcon

    See Also