Back to Devexpress

CommandButton.IsGlyphVisible Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-commandbutton-2769309e.md

latest1.1 KB
Original Source

CommandButton.IsGlyphVisible Property

Gets whether the current button displays a glyph. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool IsGlyphVisible { get; }
vb
Public ReadOnly Property IsGlyphVisible As Boolean

Property Value

TypeDescription
Boolean

true, if the current button displays a glyph; otherwise, false.

|

See Also

Glyph

CommandButton Class

CommandButton Members

DevExpress.Xpf.WindowsUI Namespace