Back to Devexpress

XtraForm.ShowIcon Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-d7238cea.md

latest1.4 KB
Original Source

XtraForm.ShowIcon Property

Gets or sets whether the XtraForm shows its icon.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowIcon { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowIcon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace