[]
The DbNavigatorStyles class represents the styles for the C1DbNavigator control which contains display attributes that determine the appearance of control.
public class DbNavigatorStyles : BaseStyle, INotifyPropertyChanged, IDisposable
| Name | Description |
|---|---|
| Button | Gets style containing display attributes that determine the general appearance of button element on the screen. |
| Common | Gets style containing display attributes that determine the general appearance of the control on the screen. |
| Editor | Gets style containing display attributes that determine the general appearance of editor element on the screen. |
| Label | Gets style containing display attributes that determine the general appearance of label element on the screen. |
| Separator | Gets style containing display attributes that determine the general appearance of separator element on the screen. |
| Name | Description |
|---|---|
| ResetButton() | Restores the default value of the Button property. |
| ResetCommon() | Restores the default value of the Common property. |
| ResetEditor() | Restores the default value of the Editor property. |
| ResetLabel() | Restores the default value of the Label property. |
| ResetSeparator() | Restores the default value of the Separator property. |
| ShouldSerializeButton() | Specifies whether to save the value of the Button property. |
| ShouldSerializeCommon() | Specifies whether to save the value of the Common property. |
| ShouldSerializeEditor() | Specifies whether to save the value of the Editor property. |
| ShouldSerializeLabel() | Specifies whether to save the value of the Label property. |
| ShouldSerializeSeparator() | Specifies whether to save the value of the Separator property. |