Back to Devexpress

FilterControl.ShowOperandCustomFunctions Property

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

latest1.7 KB
Original Source

FilterControl.ShowOperandCustomFunctions Property

Gets or sets whether date-time functions/constants are available in the second operand’s value box for date-time fields.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowOperandCustomFunctions { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowOperandCustomFunctions As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if date-time functions/constants are available in an operand value box for date-time fields; otherwise, false.

|

Remarks

The ShowOperandCustomFunctions property is obsolete. Use the FilterControl.ShowDateTimeConstants property instead.

See Also

ShowOperandTypeIcon

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace