FormattingRuleSheet.Item[String] Property
In This Article
Provides access to individual items in the collection by their names.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public FormattingRule this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the formatting rule to get. |
#Property Value
Type | Description |
---|---|
Formatting |
A Formatting |
#Remarks
This property searches the collection for the formatting rule whose name matches the parameter’s value, and returns this rule. If no such object is found, the indexer returns null (Nothing in Visual Basic).
See Also