[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnPicker.IColumnPickerView

IColumnPickerView Interface

Column picker view interface.

Namespace: C1.Win.FlexGrid.ColumnPicker
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public interface IColumnPickerView

Properties

Name Description
ColumnItems

List of column items in the window.

ViewDefaultSize

Default view size. Column picker window use this to autosize self when creating.

Methods

Name Description
ApplyTheme(object)

Applyes theme to view.

Initialize(object)

Initializes objects and data. Use this to reload FlexGrid columns etc. Called before Column picker window shown.

ReleaseResources()

Releases objects resources. Called when Column picker window disposing and supressing view dispose.

ResetStyles()

Resets view styles.

UpdateItemsVisible()

Updates visible state of column items in the window.