XtraForm.ShowIcon Property
Gets or sets whether the XtraForm shows its icon.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.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 Xtra |
#Remarks
Set myXtraForm.ShowIcon = false
to hide an XtraForm‘s icon.