RadControls for WPF

IndicatorPresenter is a presenter for Indicator (special) cells for any row

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2012.3.1017.40 (2012.3.1017.40)

Syntax

C#
public class IndicatorPresenter : ContentControl
Visual Basic
Public Class IndicatorPresenter _
	Inherits 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
                Telerik.Windows.Controls.GridView..::..IndicatorPresenter

See Also