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

SiteMapStyles.GetLevelDefaultStyle(Int32, Boolean, Boolean, Boolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual AppearanceStyleBase GetLevelDefaultStyle(
    int level,
    bool isCategorized,
    bool isHorizontalDirection,
    bool isFlowLayoutLevel
)

Parameters

Name Type
level Int32
isCategorized Boolean
isHorizontalDirection Boolean
isFlowLayoutLevel Boolean

Returns

Type
AppearanceStyleBase
See Also