Skip to main content

FormatInfoCollection.Item[String] Property

Provides access to individual formats in the collection by their names.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public FormatInfo this[string name] { get; }

Parameters

Name Type Description
name String

A String value specifying the name of the format to get.

Property Value

Type Description
FormatInfo

A FormatInfo object which is the format with the specified name.

Remarks

This property searches the collection for the format whose name matches the specified value, and returns this format. If no such format is found, the indexer returns null (Nothing in Visual Basic).

See Also