[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.BaseGrid.Frame.CreateView

CreateView Method

CreateView()

Creates the view.

Declaration
protected abstract View CreateView()
Protected MustOverride Function CreateView() As View
Returns
Type Description
View

CreateView(View)

Creates the view.

Declaration
protected abstract View CreateView(View other)
Protected MustOverride Function CreateView(other As View) As View
Parameters
Type Name Description
View other

The other.

Returns
Type Description
View