Skip to main content

VGridOptionsFilter.Assign(BaseOptions) Method

Assigns property values of the specified VGridOptionsFilter object to the corresponding properties of this object.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

An object whose property values are copied to the current object.

See Also