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

RowProperties.OptionsFilter Property

Provides access to filter options specific to the current row.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public virtual VGridOptionsRowFilter OptionsFilter { get; }

Property Value

Type Description
VGridOptionsRowFilter

A VGridOptionsRowFilter object representing a set of filter options specific to the current row.

Remarks

The filter options accessible through this property allow you to override the VGridControl‘s filter options (see VGridControl.OptionsFilter) for the current row.

See Also