[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBDropdown.CreateView

CreateView Method

CreateView()

Creates the view.

Declaration
protected override View CreateView()
Protected Overrides Function CreateView() As View
Returns
Type Description
View
Overrides

CreateView(View)

Creates the view.

Declaration
protected override View CreateView(View other)
Protected Overrides Function CreateView(other As View) As View
Parameters
Type Name Description
View other

The other.

Returns
Type Description
View
Overrides