SiteMapStyles.GetLevelDefaultStyle(Int32, Boolean, Boolean, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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