ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / HeaderPresenter Property

In This Topic
    HeaderPresenter Property (DataGridComboBoxColumn)
    In This Topic
    Gets the presenter corresponding to the header of this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderPresenter As DataGridColumnHeaderPresenter
    public DataGridColumnHeaderPresenter HeaderPresenter {get;}

    Property Value

    The header presenter.
    See Also