Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatRuleCollection<T, TColumnType> Properties
Show Inherited Hide Inherited

A collection of objects that specify rules used to apply conditional formatting in data-aware controls.
Name Description
Capacity Gets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>.
Count Gets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
HasDataUpdateRules Determines whether the collection contains FormatConditionRuleDataUpdate objects. For internal use.
HasValidRules Determines whether the collection contains rules that can be applied. For internal use.
IsLoading Determines whether the collection is locked.
Item[Int32] Returns a rule at the specified position in the collection.
Item[String] Returns a rule by its name.
UniquenessProviderType Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
See Also