Skip to main content
A newer version of this page is available. .

BaseOptions() Constructor

Creates a new BaseOptions object.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public BaseOptions()

Remarks

This constructor is automatically called when the BaseOptions descendant is initialized. You will have no need to call this constructor in your applications.

See Also