Skip to main content
All docs
V23.2

GanttControlOptionsPrint.Assign(BaseOptions) Method

Assigns the specified object’s property values to the current object’s corresponding properties.

Namespace: DevExpress.XtraGantt.Options

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

The object whose property values to assign to the current object’s corresponding properties.

See Also