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

UnboundSiteMapProviderBase.EnableRoles Property

Gets or sets a value indicating whether the ASP.NET role management feature is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool EnableRoles { get; set; }

Property Value

Type Description
Boolean

true if the ASP.NET role management feature is enabled; otherwise, false.

See Also