You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/toolbar-customization/primary-toolbar.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,9 +311,9 @@ The Prefix property sets the CSS class or icon added as a prefix to the existing
311
311
312
312
### ID property
313
313
314
-
The ID property of a CustomToolbarItemModel uniquely identifies a toolbar item and is required for customization.
314
+
The id property of a CustomToolbarItemModel uniquely identifies a toolbar item and is required for customization.
315
315
316
-
Assign a specific and descriptive `ID` to each custom toolbar item.
316
+
Assign a specific and descriptive `id` to each custom toolbar item.
317
317
318
318
These properties are commonly used when defining custom toolbar items with `CustomToolbarItemModel`. When configuring the toolbar using the `ToolbarSettings` property, include these properties to customize the appearance and behavior of each toolbar item.
0 commit comments