SiteMapStyles.GetLevelDefaultStyle(Int32, Boolean, Boolean, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
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