Back to Devexpress

FormatConditionCollectionBase.Item[String] Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditioncollectionbase-dot-item-x28-system-dot-string-x29.md

latest2.0 KB
Original Source

FormatConditionCollectionBase.Item[String] Property

Gets an item from the collection by its name.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual StyleFormatConditionBase this[string name] { get; }
vb
Public Overridable ReadOnly Property Item(name As String) As StyleFormatConditionBase

Parameters

NameTypeDescription
nameString

A string value specifying the name of the desired item.

|

Property Value

TypeDescription
StyleFormatConditionBase

A StyleFormatConditionBase object with the required name. null ( Nothing in Visual Basic) if there are no items with the specified name in the collection.

|

Remarks

The parameter value is compared to the StyleFormatConditionBase.Name property of StyleFormatConditionBase objects when searching.

See Also

Name

FormatConditionCollectionBase Class

FormatConditionCollectionBase Members

DevExpress.XtraEditors Namespace