Skip to main content
A newer version of this page is available. .

CommandButton.IsGlyphVisible Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool IsGlyphVisible { get; }

Property Value

Type Description
Boolean

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

See Also