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

TreeListPopupControlStyles.Common Property

Gets the style settings defining the common appearance of popup elements within a tree list.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public TreeListPopupControlStyle Common { get; }

Property Value

Type Description
TreeListPopupControlStyle

A TreeListPopupControlStyle object that contains the style settings.

Remarks

Use the Common property to specify the common style settings for the Customization Window, Popup Edit Form, Filter Control, and Header Filter. This property can be overridden by the popup element specific style properties.

See Also