Back to Devexpress

DevExpress.Maui.Controls Namespace

maui-devexpress-dot-maui.md

latest9.0 KB
Original Source

DevExpress.Maui.Controls Namespace

Contains classes and interfaces that implement the TabView, and DXPopup functionality.

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Classes

NameDescription
BottomSheetA view that slides out from the bottom of the screen and shows an action list or other supplemental content.
BottomSheetActualAppearanceContains appearance settings that are applied to the Bottom Sheet.
BottomSheetCommandsProvides access to BottomSheet commands.
DXPopupA popup view that you can attach to any view on the screen or show as a separate dialog.
DXPopupActionButtonAn action button in the DXPopupActionSheet control.
DXPopupActionSheetA pop-up view that shows an action list or other supplemental content.
DXPopupActionSheetBaseThe base class for a pop-up action sheet.
DXPopupActualAppearanceAn appearance object.
DXPopupBaseThe base class for a pop-up view.
DXPopupDialogA pop-up dialog that you can attach to any view on the screen or show as a separate view.
DXPopupDialogBaseThe base class for a pop-up dialog view.
DXPopupOptionButtonAn option button in the DXPopupOptionSheet control.
DXPopupOptionSheetA pop-up option sheet view that you can attach to any view on the screen or show as a separate dialog.
DXPopupServiceImplements the IDXPopupService interface that invokes popup dialogs at the View Model level with the Dependency Injection mechanism.
DXToolbarA toolbar control that organizes its items into pages.
Initializer staticContains the Init() method that initializes classes from the DevExpress.Maui.Controls namespace.
ItemHeaderTappedEventArgsContains data for the ItemHeaderTapped event.
ShimmerViewA view that shows placeholders instead of UI elements. Shimmer effects indicate that a loading operation is in progress.
ShimmerViewActualAppearanceAn appearance object.
TabHeaderLengthThe header panel’s length that supports the the automatically calculated size.
TabItemThe base class for the TabViewItem class.
TabItemActualAppearanceAn appearance object.
TabItemLengthThe item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.
TabViewA view that organizes content into groups at the same hierarchy level and allows tab navigation between them.
TabViewActualAppearanceAn appearance object.
TabViewItemStores the TabView item’s header settings and content.
ToolbarButtonA button within a DXToolbar control.
ToolbarColorSelectorA color selector item within the DXToolbar control.
ToolbarContentItemBaseThe base class for Toolbar items.
ToolbarCustomItemAn item within a DXToolbar that serves as a container for custom objects.
ToolbarElementBaseA base class for elements within a DXToolbar.
ToolbarItemBaseThe base class for toolbar items.
ToolbarNavigationButtonA toolbar button that navigates you to the specified ToolbarPage.
ToolbarPageA page within the DXToolbar control.
ToolbarSeparatorA line that separates neighboring toolbar items within DXToolbar.
ToolbarTextA non-clickable text item within DXToolbar.
ToolbarToggleButtonA button within a DXToolbar that has two states: checked and unchecked. You can group several ToolbarToggleButtons to implement exclusive selection.

Delegates

NameDescription
ItemHeaderTappedEventHandlerA method that will handle the TabView.ItemHeaderTapped event.

Enums

NameDescription
BottomSheetAllowedStateLists states that are available for an invoked bottom sheet.
BottomSheetStateLists Bottom Sheet visibility states.
DXPopupOptionSelectionModeLists values that define selection modes in the DXPopupOptionSheet control.
HeaderContentAlignmentLists values that indicate item headers’ alignment in the header panel.
HeaderContentPositionLists values that specify an element position in its container.
HeaderElementsLists the combination of elements the item header shows.
IconHorizontalPositionLists values used to specify the icon horizontal alignment.
ItemHeaderPlacementLists values that specify how the TabView position the selected tab item header.
NotifyTabItemCollectionChangedActionLists values that define collection operations that notify the TabItemCollectionChanged event.
PopupHorizontalAlignmentLists values that specify the horizontal alignment of the DXPopup‘s message.
PopupVerticalAlignmentLists values that specify the vertical alignment of the DXPopup‘s message.
TabHeaderUnitTypeLists types of values that TabHeaderLength stores.
TabItemLengthUnitTypeLists types of values that TabItemLength stores.
ToolbarItemPlacementLists values that are the position of a ToolbarItemBase descendant within the DXToolbar control.