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

FormatConditionStyleBase.IsValid Property

Gets whether the current FormatConditionStyleBase object is properly specified.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public override bool IsValid { get; }

Property Value

Type Description
Boolean

true, if the current object is properly specified; otherwise, false.

See Also