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


In This Topic
    C1FlexGridExternalViewBase Class Members
    In This Topic

    The following tables list the members exposed by C1FlexGridExternalViewBase.

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the C1.Win.FlexGrid.C1FlexGrid that is connected to this C1.Win.FlexGrid.View.IFlexGridExternalView.  
    Public PropertyGets a value indicating that the view is within the BeginUpdate/EndUpdate methods.  
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyGets 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 C1.Win.FlexGrid.C1FlexGrid controls from updating itself until the EndUpdate method is called.  
    Public MethodOverloaded.  (Inherited from System.ComponentModel.Component)
    Public MethodResumes updating the attached C1.Win.FlexGrid.C1FlexGrid control after calls to the BeginUpdate method.  
    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 MethodCalled when C1FlexGridExternalViewBase updating is ended.  
    Protected MethodRises the FlexGridChanged event.  
    Protected MethodRises the FlexGridChanging event.  
    Protected MethodUpdates grid according to the C1FlexGridExternalViewBase settings.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when FlexGrid property is changed.  
    Public EventOccurs before FlexGrid property is changed.  
    Top
    See Also