ServerViewPropertiesCollection.Item[CriteriaOperator] Property
Gets an item from the ServerViewPropertiesCollection. This item matches the specified expression.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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