CategoryRowProperties.OptionsFilter Property
In This Article
This property is not relevant for this class.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override VGridOptionsRowFilter OptionsFilter { get; }
#Property Value
Type | Description |
---|---|
VGrid |
A VGrid |
See Also