The Glyph control shows different glyphs based upon the content.

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GlyphControl : ContentControl
Visual Basic
Public Class GlyphControl _
	Inherits ContentControl
JScript
public class GlyphControl extends ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Ico.WPF.Specialized.DataGridControl.Controls..::..GlyphControl

See Also