Skip to main content

FormatConditionRuleIconSet.IsValid Property

Gets whether the current icon set is properly customized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool IsValid { get; }

Property Value

Type Description
Boolean

true if the current icon set is properly customized; otherwise, false.

See Also