Skip to main content

ASPxResourceNavigator.Styles Property

Provides access to style settings that control the appearance of the Resource Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ResourceNavigatorStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ResourceNavigatorStyles

A DevExpress.Web.ASPxScheduler.ResourceNavigatorStylesobject that provides style settings for the ResourceNavigator elements.

Remarks

The DevExpress.Web.ASPxScheduler.ResourceNavigatorStyles object provides a number of properties that allow style settings of various control elements to be customized.

See Also