PopupWindow.PinButtonStyle Property
Gets style settings for the popup window’s pin button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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