Blazor Data Form Example - API
The following example shows how to use API references in the Blazor Data Form component. You can adjust the position of the Label and the alignment of the Button in the Form component dynamically using the property panel below.
Webinar on Time Management at Work
In this webinar, we will discuss:- What is time management?
- Effects of poor time management at work
- 5 simple steps to manage time better
- This webinar is open to everyone across all levels of our organization.
Properties
The LabelPosition
api can be used to locate the label in the desired position. Here are its types.
FormLabelPosition.Top
FormLabelPosition.Left
The ButtonsAlignment
API allows you to modify the alignment of buttons as needed. The types it includes are:
FormButtonsAlignment.Left
FormButtonsAlignment.Center
FormButtonsAlignment.Right