Skip to main content
A newer version of this page is available. .

AggregateOperand.IsTopLevel Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

public bool IsTopLevel { get; }

Property Value

Type Description
Boolean

true if the AggregateOperand.CollectionProperty is null reference; otherwise, false.

See Also