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

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.v18.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