Skip to main content

OptionsItemTextGroup(LayoutGroup) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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