FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class
Properties Methods Events


In This Topic
    C1FlexGridBandedView Class Members
    In This Topic

    The following tables list the members exposed by C1FlexGridBandedView.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1FlexGridBandedView component.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the collection of IBand objects representing the column bands.  
    Public PropertyGets or sets a value indicating how columns and bands will be located in the grid header.  
    Public PropertyGets or sets the System.Boolean value specifying whether column context menu should be updated with Band features when the user performs right mouse click on the column header.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the C1FlexGrid that is connected to this C1.Win.FlexGrid.View.IFlexGridExternalView. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Public PropertyGets a value indicating that the view is within the BeginUpdate/EndUpdate methods. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Public PropertyGets or sets a value indicating whether the band headers should be displayed.  
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets data field row/column positions in a multi row record.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyOverridden. Gets column headers.  
    Protected PropertyOverridden. Gets or sets a value indicating whether the ScrollWindow feature is used. ScrollWindow feature allows to redraw only dirty cells when scrolling.  
    Top
    Public Methods
     NameDescription
    Public MethodMaintains performance by preventing the attached C1FlexGrid controls from updating itself until the EndUpdate method is called. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Public MethodOverloaded. Overridden.   
    Public MethodResumes updating the attached C1FlexGrid control after calls to the BeginUpdate method. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Public MethodReturns the band corresponding to the specified cell.  
    Public MethodReturns the band row and column position in the grid.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodOverridden. Called when C1.Win.FlexGrid.View.C1FlexGridExternalViewBase updating is ended.  
    Protected MethodOverridden. Rises the FlexGridChanged event.  
    Protected MethodOverridden. Rises the FlexGridChanging event.  
    Protected MethodResets the Bands property to its default value.  
    Protected MethodOverridden. Updates grid according to the C1.Win.FlexGrid.View.C1FlexGridExternalViewBase settings.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when FlexGrid property is changed. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Public EventOccurs before FlexGrid property is changed. (Inherited from C1.Win.FlexGrid.View.C1FlexGridExternalViewBase)
    Top
    See Also