Class SelectionControl
Represents a control which is used for selection in SfCellGrid.
Inheritance
System.Object
SelectionControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class SelectionControl : Control, IDisposable
Constructors
SelectionControl()
Initializes a new instance of the SelectionControl class.
Declaration
public SelectionControl()
Fields
FillIndicatorVisibilityProperty
Identifies the FillIndicatorVisibility dependency property.
Declaration
public static readonly DependencyProperty FillIndicatorVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
FillIndicatorVisibility
Gets or sets the visibility of Fill indicator.
Declaration
public Visibility FillIndicatorVisibility { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Visibility | Display state of the Fill indicator. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable