ASPxPopupControl.PinButtonStyle Property
Gets style settings for a window’s pin button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 of a window’s pin button.
Note
If the ASPxPopupControl.Windows collection is empty, the PinButtonStyle property is applied to the default popup window. Otherwise, the PinButtonStyle property specifies a common style to apply to pin buttons of all popup windows from the ASPxPopupControl.Windows collection. In this case, the PinButtonStyle property’s value can be overridden by using the PopupWindow.PinButtonStyle property of individual windows.
See Also