FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NewRowTemplate Class / CellStyle Property

In This Topic
    CellStyle Property (NewRowTemplate)
    In This Topic
    Gets or sets a CellStyle that defines the appearance of the cells in this row or column.
    Syntax
    'Declaration
     
    Public Property CellStyle As CellStyle
    public CellStyle CellStyle {get; set;}
    Remarks
    This property allows you to define reusable styles for grid rows and columns. You can easily create CellStyle objects in XAML or in code, and then assign them to grid rows or columns.
    Example
    The XAML snippet below defines two CellStyle objects and applies them to a column:
    See Also