FormatConditionCollectionBase.Item[Object] Property
In This Article
Gets a style format condition with the specified tag.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual StyleFormatConditionBase this[object tag] { get; }
#Parameters
Name | Type | Description |
---|---|---|
tag | Object | An object which contains information associated with the style format condition. |
#Property Value
Type | Description |
---|---|
Style |
A Style |
See Also