[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.IsUndefined

IsUndefined Property

IsUndefined

Gets a value indicating whether the Length is undefined.

Declaration
public bool IsUndefined { get; }
Property Value
Type Description
bool

A bool value. true if the Length is undefined; otherwise, false.

Examples
var length = Length.Empty;
bool isUndefined = length.IsUndefined; // true