StyleFormatConditionBase.Collection Property
In This Article
Gets the collection that owns the current style condition object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public FormatConditionCollectionBase Collection { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
See Also