CustomizeElementStyleEventArgs(AppearanceStyleBase, WebElementType, ITimeCell, Boolean) Constructor
Initializes a new instance of the CustomizeElementStyleEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public CustomizeElementStyleEventArgs(
AppearanceStyleBase style,
WebElementType type,
ITimeCell cell,
bool isAlternate
)
#Parameters
Name | Type | Description |
---|---|---|
style | Appearance |
An Appearance |
type | Web |
A Web |
cell | DevExpress. |
A DevExpress. |
is |
Boolean | A Boolean value which indicates whether the event’s visual element has a specific style. This value is assigned to the Customize |
#Remarks
Instances of the CustomizeElementStyleEventArgs class are automatically created, initialized and passed to the corresponding event handlers.