[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BaseTheme

BaseTheme Class

Base theme class.

Inheritance
BaseTheme
Implements
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.GroupPanel.10.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseTheme : IDisposable
<TypeConverter(GetType(ExpandableObjectConverter))>
Public MustInherit Class BaseTheme
    Implements IDisposable

Constructors

Name Description
BaseTheme()

Initializes a new instance of the BaseTheme control.

BaseTheme(BaseTheme)

Initializes a new instance of the BaseTheme control.

Properties

Name Description
ComponentType

Component type.

Methods

Name Description
Dispose()
Dispose(bool)
GetStyle(string)

Get style by name.

OnPropertyChanged(object, PropertyChangedEventArgs)

Invokes the PropertyChanged event.

Reset()

Reset all styles to default.

SetStyle(Style, string)

Set existing style or add new.

SubscribeOnStyleChanged(Style)

To subscribe to events of changing styles.

UnsubscribeOnStyleChanged(Style)

To unsubscribe to events of changing styles.

Events

Name Description
PropertyChanged

Fires when any property is changed.