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

In This Topic
    HeaderStyle Property
    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