Back to Devexpress

WebElementType Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-d64143c7.md

latest3.1 KB
Original Source

WebElementType Enum

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

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public enum WebElementType
vb
Public Enum WebElementType

Members

NameDescription
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.

|

The following properties accept/return WebElementType values:

See Also

DevExpress.Web.ASPxScheduler Namespace