maui-devexpress-dot-maui.md
Contains classes and interfaces that implement the TabView, and DXPopup functionality.
Assembly : DevExpress.Maui.Controls.dll
NuGet Package : DevExpress.Maui.Controls
| Name | Description |
|---|---|
| BottomSheet | A view that slides out from the bottom of the screen and shows an action list or other supplemental content. |
| BottomSheetActualAppearance | Contains appearance settings that are applied to the Bottom Sheet. |
| BottomSheetCommands | Provides access to BottomSheet commands. |
| DXPopup | A popup view that you can attach to any view on the screen or show as a separate dialog. |
| DXPopupActionButton | An action button in the DXPopupActionSheet control. |
| DXPopupActionSheet | A pop-up view that shows an action list or other supplemental content. |
| DXPopupActionSheetBase | The base class for a pop-up action sheet. |
| DXPopupActualAppearance | An appearance object. |
| DXPopupBase | The base class for a pop-up view. |
| DXPopupDialog | A pop-up dialog that you can attach to any view on the screen or show as a separate view. |
| DXPopupDialogBase | The base class for a pop-up dialog view. |
| DXPopupOptionButton | An option button in the DXPopupOptionSheet control. |
| DXPopupOptionSheet | A pop-up option sheet view that you can attach to any view on the screen or show as a separate dialog. |
| DXPopupService | Implements the IDXPopupService interface that invokes popup dialogs at the View Model level with the Dependency Injection mechanism. |
| DXToolbar | A toolbar control that organizes its items into pages. |
| Initializer static | Contains the Init() method that initializes classes from the DevExpress.Maui.Controls namespace. |
| ItemHeaderTappedEventArgs | Contains data for the ItemHeaderTapped event. |
| ShimmerView | A view that shows placeholders instead of UI elements. Shimmer effects indicate that a loading operation is in progress. |
| ShimmerViewActualAppearance | An appearance object. |
| TabHeaderLength | The header panel’s length that supports the the automatically calculated size. |
| TabItem | The base class for the TabViewItem class. |
| TabItemActualAppearance | An appearance object. |
| TabItemLength | The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space. |
| TabView | A view that organizes content into groups at the same hierarchy level and allows tab navigation between them. |
| TabViewActualAppearance | An appearance object. |
| TabViewItem | Stores the TabView item’s header settings and content. |
| ToolbarButton | A button within a DXToolbar control. |
| ToolbarColorSelector | A color selector item within the DXToolbar control. |
| ToolbarContentItemBase | The base class for Toolbar items. |
| ToolbarCustomItem | An item within a DXToolbar that serves as a container for custom objects. |
| ToolbarElementBase | A base class for elements within a DXToolbar. |
| ToolbarItemBase | The base class for toolbar items. |
| ToolbarNavigationButton | A toolbar button that navigates you to the specified ToolbarPage. |
| ToolbarPage | A page within the DXToolbar control. |
| ToolbarSeparator | A line that separates neighboring toolbar items within DXToolbar. |
| ToolbarText | A non-clickable text item within DXToolbar. |
| ToolbarToggleButton | A button within a DXToolbar that has two states: checked and unchecked. You can group several ToolbarToggleButtons to implement exclusive selection. |
| Name | Description |
|---|---|
| ItemHeaderTappedEventHandler | A method that will handle the TabView.ItemHeaderTapped event. |
| Name | Description |
|---|---|
| BottomSheetAllowedState | Lists states that are available for an invoked bottom sheet. |
| BottomSheetState | Lists Bottom Sheet visibility states. |
| DXPopupOptionSelectionMode | Lists values that define selection modes in the DXPopupOptionSheet control. |
| HeaderContentAlignment | Lists values that indicate item headers’ alignment in the header panel. |
| HeaderContentPosition | Lists values that specify an element position in its container. |
| HeaderElements | Lists the combination of elements the item header shows. |
| IconHorizontalPosition | Lists values used to specify the icon horizontal alignment. |
| ItemHeaderPlacement | Lists values that specify how the TabView position the selected tab item header. |
| NotifyTabItemCollectionChangedAction | Lists values that define collection operations that notify the TabItemCollectionChanged event. |
| PopupHorizontalAlignment | Lists values that specify the horizontal alignment of the DXPopup‘s message. |
| PopupVerticalAlignment | Lists values that specify the vertical alignment of the DXPopup‘s message. |
| TabHeaderUnitType | Lists types of values that TabHeaderLength stores. |
| TabItemLengthUnitType | Lists types of values that TabItemLength stores. |
| ToolbarItemPlacement | Lists values that are the position of a ToolbarItemBase descendant within the DXToolbar control. |