Back to Devexpress

FilterControl.AllowCreateDefaultClause Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-df7c72e0.md

latest1.2 KB
Original Source

FilterControl.AllowCreateDefaultClause Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public bool AllowCreateDefaultClause { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
Public Property AllowCreateDefaultClause As Boolean

Property Value

TypeDefault
Booleantrue

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace