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

StyleFormatConditionBase.Collection Property

Gets the collection that owns the current style condition object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public FormatConditionCollectionBase Collection { get; }

Property Value

Type Description
FormatConditionCollectionBase

A FormatConditionCollectionBase object representing the collection which owns the current object.

See Also