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

In This Topic
    HeaderStyle Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the style of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderStyle As Style
    public Style HeaderStyle {get; set;}
    Remarks
    The TargetType of the style must be of the type DataGridGroupColumnHeaderPresenter.
    See Also