IChildIndexProviderTryGetTotalCount Method

Total children count or null if source is infinite. Some Avalonia features might not work if TryGetTotalCount(Int32) returns false, for instance: nth-last-child selector.

Definition

Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetTotalCount(
	out int count
)

Parameters

count  Int32
 

Return Value

Boolean

See Also