Back to Devexpress

CalendarElementStyle Class

aspnet-devexpress-dot-web-cdcf30fc.md

latest6.5 KB
Original Source

CalendarElementStyle Class

Contains style settings that define the appearance of diffrerent elements within a calendar control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CalendarElementStyle :
    AppearanceStyle
vb
Public Class CalendarElementStyle
    Inherits AppearanceStyle

The following members return CalendarElementStyle objects:

Show 51 links

Remarks

This class inherits the functionality of its ancestor and hides some properties that are not in effect for the corresponding elements.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle CalendarElementStyle CalendarFastNavStyle

See Also

CalendarElementStyle Members

Calendar

DevExpress.Web Namespace