Back to Devexpress

StyleFormatConditionBase.Collection Property

windowsforms-devexpress-dot-xtraeditors-dot-styleformatconditionbase-c862d479.md

latest1.4 KB
Original Source

StyleFormatConditionBase.Collection Property

Gets the collection that owns the current style condition object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public FormatConditionCollectionBase Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As FormatConditionCollectionBase

Property Value

TypeDescription
FormatConditionCollectionBase

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

|

See Also

StyleFormatConditionBase Class

StyleFormatConditionBase Members

DevExpress.XtraEditors Namespace