Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.SetDisplayableProperties(Object, String) Method

Sets the properties to be visible by the specified collection.

Namespace: DevExpress.ExpressApp.EF

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

NuGet Package: DevExpress.ExpressApp.EF

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