Skip to main content

PopupPanelOptions.Assign(BaseOptions) Method

Copies all settings from the target BaseOptions object to this PopupPanelOptions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A BaseOptions object whose property values should be copied to this PopupPanelOptions.

See Also