Skip to main content

ReportDesignerViewModel.IsCreating Property

Returns a value specifying whether or not a report is still being created.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public override bool IsCreating { get; protected set; }

#Property Value

Type Description
Boolean

true if the report is still being created; otherwise false.

See Also