Back to Devexpress

TreeListFormatRuleCollection Properties

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-treelistformatrulecollection-dot-underscore-properties.md

latest3.2 KB
Original Source

TreeListFormatRuleCollection Properties

A collection of TreeListFormatRule objects.

NameDescription
CapacityGets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>.
CountGets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
HasDataUpdateRulesDetermines whether the collection contains FormatConditionRuleDataUpdate objects. For internal use. Inherited from FormatRuleCollection<T, TColumnType>.
HasValidRulesDetermines whether the collection contains rules that can be applied. For internal use. Inherited from FormatRuleCollection<T, TColumnType>.
IsLoadingDetermines whether the collection is locked. Inherited from FormatRuleCollection<T, TColumnType>.
Item[Int32]Returns a rule at the specified position in the collection. Inherited from FormatRuleCollection<T, TColumnType>.
Item[String]Returns a rule by its name. Inherited from FormatRuleCollection<T, TColumnType>.
TreeListGets the TreeList object that owns the current collection of formatting rules.
UniquenessProviderTypeGets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>.

See Also

TreeListFormatRuleCollection Class

TreeListFormatRuleCollection Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace