Class DateRangePicker.UxmlTraits
Class containing the DateRangePicker.UxmlTraits for the DateRangePicker.
Inheritance
DateRangePicker.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class DateRangePicker.UxmlTraits : BaseDatePicker.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize VisualElement properties using values from the attribute bag.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The object to initialize. |
IUxmlAttributes | bag | The attribute bag. |
CreationContext | cc | The creation context; unused. |