Skip to main content

CommandButton.IsGlyphVisible Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsGlyphVisible { get; }

Property Value

Type Description
Boolean

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

See Also