Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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