ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class / Workspace Property

In This Topic
    Workspace Property (C1FlexPivotPanel)
    In This Topic
    Gets or sets the DataEngine workspace associated with the control.
    Syntax
    'Declaration
     
    Public Property Workspace As Workspace
    public Workspace Workspace {get; set;}
    Remarks
    Setting this property is not necessary unless you want the control to use a workspace created somewhere else. By default, the control creates its own workspace.
    See Also