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

PopupWindow.PinButtonStyle Property

Gets style settings for the popup window’s pin button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PopupWindowButtonStyle PinButtonStyle { get; }

Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains style settings.

Remarks

The PinButtonStyle property provides access to style settings which define the appearance style for the current popup window’s pin button.

Note

The value assigned to the PinButtonStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.PinButtonStyle property (if any) which specifies the common button style for all popup windows from the ASPxPopupControl.Windows collection.

See Also