Back to Devexpress

RowProperties.OptionsFilter Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-68d00e2b.md

latest2.0 KB
Original Source

RowProperties.OptionsFilter Property

Provides access to filter options specific to the current row.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public virtual VGridOptionsRowFilter OptionsFilter { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public Overridable ReadOnly Property OptionsFilter As VGridOptionsRowFilter

Property Value

TypeDescription
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

OptionsFilter

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace