FormatInfoCollection.Item[String] Property
Provides access to individual formats in the collection by their names.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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