AgendaCellStyle.AssignToControl(WebControl, AttributesRange, Boolean, Boolean) Method
For internal use only.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public override void AssignToControl(
WebControl control,
AttributesRange range,
bool exceptTextDecoration,
bool useBlockAlignment
)
Parameters
| Name | Type |
|---|---|
| control | WebControl |
| range | DevExpress.Web.AttributesRange |
| exceptTextDecoration | Boolean |
| useBlockAlignment | Boolean |
See Also