Skip to main content

StyleFormatConditionBase.Collection Property

Gets the collection that owns the current style condition object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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