Called to customize a state of expansion button.
            
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# | 
|---|
protected virtual ExpansionButtonState OnExpansionButtonState(
	Row row,
	ExpansionButtonState state
)  | 
| Visual Basic | 
|---|
Protected Overridable Function OnExpansionButtonState ( 
	row As Row,
	state As ExpansionButtonState
) As ExpansionButtonState  | 
| Visual C++ | 
|---|
protected:
virtual ExpansionButtonState OnExpansionButtonState(
	Row^ row, 
	ExpansionButtonState state
)  | 
| F# | 
|---|
abstract OnExpansionButtonState : 
        row : Row * 
        state : ExpansionButtonState -> ExpansionButtonState 
override OnExpansionButtonState : 
        row : Row * 
        state : ExpansionButtonState -> ExpansionButtonState  | 
Parameters
- row
 - Type: Dapfor.Wpf.Controls..::..Row
The row. 
- state
 - Type: Dapfor.Wpf.Controls..::..ExpansionButtonState
Dafault state. 
Return Value
Type: 
ExpansionButtonState
            New state of the expansion button
            
See Also