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

VGridOptionsRowFilter.Assign(BaseOptions) Method

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

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