LayoutGroupBoxCaptionStyle.AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) Method
Copies the settings from the current LayoutGroupBoxCaptionStyle object to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public override void AssignToControl(
WebControl control,
AttributesRange range,
bool exceptTextDecoration,
bool useBlockAlignment,
bool exceptOpacity
)
Parameters
Name | Type | Description |
---|---|---|
control | WebControl | A WebControl object to which the current object’s settings are assigned. |
range | DevExpress.Web.AttributesRange | |
exceptTextDecoration | Boolean | |
useBlockAlignment | Boolean | |
exceptOpacity | Boolean |
Remarks
The AssignToControl method copies properties of the current LayoutGroupBoxCaptionStyle object to a WebControl object passed as a parameter.
See Also