Skip to main content

AggregateOperand.IsTopLevel Property

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

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public bool IsTopLevel { get; }

Property Value

Type Description
Boolean

true, if the CollectionProperty property value is null; otherwise, false.

See Also