Skip to main content

FormatConditionRangeGradient.IsValid Property

Gets whether the current format condition is properly specified.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override bool IsValid { get; }

Property Value

Type Description
Boolean

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

See Also