ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCol Class
Properties Methods


In This Topic
    RowCol Class Members
    In This Topic

    The following tables list the members exposed by RowCol.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether the user can move this row or column to a new position with the mouse.  
    Public PropertyGets or sets a value that indicates whether cells in this row or column can be merged.  
    Public PropertyGets or sets a value that indicates whether the user can resize this row or column with the mouse.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of cells in this row/column.  
    Public PropertyGets or sets a CellStyle that defines the appearance of the cells in this row or column.  
    Public PropertyGets or sets the FontFamily used to render text in this row/column.  
    Public PropertyGets or sets the font size used to render text in this row/column.  
    Public PropertyGets or sets the FontStyle used to render text in this row/column.  
    Public PropertyGets or sets the FontWeight used to render text in this row/column.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text in this row/column.  
    Public PropertyGets the C1FlexGrid control that owns this object.  
    Public PropertyGets the GridPanel control that owns this object.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of header cells in this row/column.  
    Public PropertyGets or sets a CellStyle that defines the appearance of the header cells in this row or column.  
    Public PropertyGets or sets the FontFamily used to render text in header cells in this row/column.  
    Public PropertyGets or sets the font size used to render text in header cells in this row/column.  
    Public PropertyGets or sets the FontStyle used to render text in header cells in this row/column.  
    Public PropertyGets or sets the FontWeight used to render text in header cells in this row/column.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text of the header cells in this row/column.  
    Public PropertyGets or sets the HorizontalAlignment of the header cells in this row/column.  
    Public PropertyGets or sets the VerticalAlignment of the header cells in this row/column.  
    Public PropertyGets or sets the HorizontalAlignment of the cells in this row/column.  
    Public PropertyGets or sets a value that indicates whether cells in this row or column can be edited.  
    Public PropertyGets a value that indicates whether this row or column is visible and not collapsed.  
    Public PropertyGets or sets a value that indicates whether this row or column is selected.  
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this object.  
    Public PropertyGets or sets the VerticalAlignment of the cells in this row/column.  
    Public PropertyGets or sets a value that indicates whether this row or column is visible.  
    Public PropertyIf IsVisible property is True, returns the index of this element in the collection of visible items.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Protected MethodCalled when any CellStyle owned by the grid changes.  
    Top
    See Also