Back to Devexpress

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

aspnet-devexpress-dot-web-dot-sitemapstyles-dot-getleveldefaultstyle-x28-system-dot-int32-system-dot-boolean-system-dot-boolean-system-dot-boolean-x29.md

latest1.6 KB
Original Source

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

For internal use only.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceStyleBase GetLevelDefaultStyle(
    int level,
    bool isCategorized,
    bool isHorizontalDirection,
    bool isFlowLayoutLevel
)
vb
Public Overridable Function GetLevelDefaultStyle(
    level As Integer,
    isCategorized As Boolean,
    isHorizontalDirection As Boolean,
    isFlowLayoutLevel As Boolean
) As AppearanceStyleBase

Parameters

NameType
levelInt32
isCategorizedBoolean
isHorizontalDirectionBoolean
isFlowLayoutLevelBoolean

Returns

Type
AppearanceStyleBase

See Also

SiteMapStyles Class

SiteMapStyles Members

DevExpress.Web Namespace