RadControls for WPF

Gets a value indicating whether documents in First, Default and Even are empty.

Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public bool IsEmpty { get; }
Visual Basic
Public ReadOnly Property IsEmpty As Boolean
	Get

Field Value

true if documents in First, Default and Even are empty; otherwise, false.

See Also