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

OptionsItemTextGroup(LayoutGroup) Constructor

Initializes a new instance of the OptionsItemTextGroup class with default settings.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public OptionsItemTextGroup(
    LayoutGroup owner
)

Parameters

Name Type Description
owner LayoutGroup

A LayoutGroup object which will own the new object.

Remarks

This constructor is automatically called to initialize the LayoutGroup.OptionsItemText property. Generally there is no need to call it directly.

See Also