Skip to main content
All docs
V25.1
  • RoundedPanelIntegrationMode Enum

    Lists values that specify whether the Layout Control automatically adapts its padding within a RoundedSkinPanel container.

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public enum RoundedPanelIntegrationMode

    Members

    Name Description
    Adaptive

    The Layout Control disables its padding. The RoundedSkinPanel hides its border.

    Manual

    The LayoutControl applies its default padding. The RoundedSkinPanel displays its border.

    Related API Members

    The following properties accept/return RoundedPanelIntegrationMode values:

    Remarks

    Read the following help topic for more information: RoundedPanelIntegrationMode.

    See Also