Skip to main content
A newer version of this page is available.

EFObjectSpace.SetDisplayableProperties(Object, String) Method

Sets the properties to be visible by the specified collection.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public override void SetDisplayableProperties(
    object collection,
    string displayableProperties
)

Parameters

Name Type Description
collection Object

A collection whose visible properties are set.

displayableProperties String

A semicolon-separated list of property names to be visible by a particular collection.

Remarks

This method does nothing if the collection passed as the collection parameter is not of the EFCollection or EFServerCollection type.

See Also