BarAndDockingControllerLookAndFeel(Object, UserLookAndFeel) Constructor
Initializes a new instance of the BarAndDockingControllerLookAndFeel class with the specified settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public BarAndDockingControllerLookAndFeel(
object ownerControl,
UserLookAndFeel parentLookAndFeel
)
Parameters
Name | Type | Description |
---|---|---|
ownerControl | Object | An Object that owns this BarAndDockingControllerLookAndFeel. |
parentLookAndFeel | UserLookAndFeel | A UserLookAndFeel object associated with this BarAndDockingControllerLookAndFeel. |
See Also