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

DataSourceBase.IsDesignMode Property

Gets a value that indicates whether the DataSourceBase is currently in design mode.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public static bool IsDesignMode { get; }

Property Value

Type Description
Boolean

true, if the data source component is in design mode; otherwise - false.

See Also