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

WebElementType Enum

Specifies the web element type to which the custom style should be applied.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public enum WebElementType

Members

Name Description
None

There is no web element to apply the custom style to.

DateHeader

Identifies the date header to which the custom style should be applied.

HorizontalResourceHeader

Identifies the horizontal resource header to which the custom style should be applied.

VerticalResourceHeader

Identifies the vertical resource header to which the custom style should be applied.

DayHeader

Identifies the day header to which the custom style should be applied.

RightTopCorner

Identifies the right top corner to which the custom style should be applied.

BottomLeftCorner

Identifies the bottom left corner to which the custom style should be applied.

LeftTopCorner

Identifies the left top corner to which the custom style should be applied.

GroupSeparatorHorizontal

Identifies the horizontal group separator to which the custom style should be applied.

GroupSeparatorVertical

Identifies the vertical group separator to which the custom style should be applied.

TimeCellBody

Identifies the time cell body to which the custom style should be applied.

AllDayArea

Identifies the all day area to which the custom style should be applied.

TimeRulerMinute

Identifies the time ruler minute to which the custom style should be applied.

TimeRulerHours

Identifies the time ruler hours to which the custom style should be applied.

DateCellHeader

Identifies the date cell header to which the custom style should be applied.

DateCellBody

Identifies the date cell body to which the custom style should be applied.

SelectionBar

Identifies the selection bar to which the custom style should be applied. For internal use only.

TimelineCellBody

Identifies the timeline cell body to which the custom style should be applied.

TimelineDateHeader

Identifies the timeline date header to which the custom style should be applied.

LabelWebControl

Identifies the label web control to which the custom style should be applied.

TimeRulerHeader

Identifies the time ruler header to which the custom style should be applied.

Related API Members

The following properties accept/return WebElementType values:

See Also