Skip to main content
A newer version of this page is available. .
All docs
V22.1

FormatRuleCollection<T, TColumnType>.Item[String] Property

Returns a rule by its name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public T this[string name] { get; }

Parameters

Name Type Description
name String

A string value that specifies a rule’s name. A rule’s Name property specifies the name.

Property Value

Type Description
T

A {T} object that specifies a rule.

See Also