Skip to main content
A newer version of this page is available. .
All docs
V21.2
Tab

DataViewTableLayoutSettings(IPropertiesOwner) Constructor

Initializes a new instance of the DataViewTableLayoutSettings class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewTableLayoutSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also