Class TokenPanel
Represents the class for multi selection panel in SfComboBox.
Inheritance
System.Object
TokenPanel
Implements
System.IDisposable
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public class TokenPanel : Panel, IDisposable
Constructors
TokenPanel()
Declaration
public TokenPanel()
Fields
OrientationProperty
Using a DependencyProperty as the backing store for Orientation1. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Orientation
Gets the orientation for MultiselectionPanel
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |
Methods
ArrangeOverride(Size)
ArrangeOverride method
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | panel size |
Returns
Type | Description |
---|---|
System.Windows.Size | children Position in panel |
Dispose()
Disposes the control while unloading
Declaration
public void Dispose()
Dispose(Boolean)
Dispose method
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | boolean type |
MeasureOverride(Size)
MeasureOverride method
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | panel available size |
Returns
Type | Description |
---|---|
System.Windows.Size | width and height of the panel |
Implements
System.IDisposable