Back to Devexpress

FilterEditorControl.HasWarnings Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-043c49c4.md

latest1.2 KB
Original Source

FilterEditorControl.HasWarnings Property

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

Namespace : DevExpress.DataAccess.UI

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

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

Property Value

TypeDescription
Boolean

For internal use.

|

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace