OptionsView(ILayoutControl) Constructor
Initializes a new instance of the OptionsView class.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public OptionsView(
ILayoutControl ownerControl
)
Public Sub New(
ownerControl As ILayoutControl
)
Parameters
Name | Type |
---|---|
ownerControl | DevExpress.XtraLayout.ILayoutControl |
See Also
Feedback