XtraForm.ShowIcon Property
Gets or sets whether the XtraForm shows its icon.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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.
See Also