BootstrapAppointmentMappingInfoBuilder<TAppointment>.Start<TResult>(Expression<Func<TAppointment, TResult>>) Method
In This Article
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapAppointmentMappingInfoBuilder<TAppointment> Start<TResult>(
Expression<Func<TAppointment, TResult>> startExpression
)
#Parameters
Name | Type |
---|---|
start |
Expression<Func<TAppointment, TResult>> |
#Type Parameters
Name |
---|
TResult |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also