Back to Devexpress

VGridOptionsRowFilter.AllowFilter Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrowfilter-491a6d28.md

latest2.2 KB
Original Source

VGridOptionsRowFilter.AllowFilter Property

Gets or sets whether the filter button is displayed in the row header.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFilter { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowFilter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the row’s filter button is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFilter
RowProperties

.OptionsFilter .AllowFilter

|

Remarks

The AllowFilter property is only in effect when the VGridControl‘s VGridOptionsFilter.AllowFilter option is enabled.

See Also

AllowFilter

VGridOptionsRowFilter Class

VGridOptionsRowFilter Members

DevExpress.XtraVerticalGrid.Rows Namespace