Skip to main content
All docs
V23.2

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

Returns a rule by its name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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