Skip to main content
All docs
V26.1
  • .NET 8.0+

    ServerViewPropertiesCollection.Item[CriteriaOperator] Property

    Gets an item from the ServerViewPropertiesCollection. This item matches the specified expression.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public ServerViewProperty this[CriteriaOperator expression] { get; }

    Parameters

    Name Type Description
    expression CriteriaOperator

    An expression that identifies an item to be retrieved from the ServerViewPropertiesCollection.

    Property Value

    Type Description
    ServerViewProperty

    An ServerViewProperty item that matches the specified expression.

    See Also