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

FilterControlColumnCollection(IWebControlObject) Constructor

Initializes a new instance of the FilterControlColumnCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FilterControlColumnCollection(
    IWebControlObject webControlObject
)

Parameters

Name Type
webControlObject DevExpress.Web.Internal.IWebControlObject

Remarks

This constructor is automatically called when the ASPxFilterControl’s ASPxFilterControl.Columns property is initialized.

See Also