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

GroupCaptionCustomDrawEventArgs(GroupCaptionCustomDrawEventArgs) Constructor

Initializes a new instance of the GroupCaptionCustomDrawEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public GroupCaptionCustomDrawEventArgs(
    GroupCaptionCustomDrawEventArgs args
)

Parameters

Name Type Description
args GroupCaptionCustomDrawEventArgs

A GroupCaptionCustomDrawEventArgs object whose settings should be copied.

See Also