Skip to main content
All docs
V25.1
  • FormatRuleCollection<T, TColumnType>.Item[String] Property

    Returns a rule by its name.

    Namespace: DevExpress.XtraEditors

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